home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 2 / CU Amiga Magazine's Super CD-ROM 02 (1996)(EMAP Images)(GB)[!][issue 1996-04].iso / magazine / amiga_e / amigae.june.archive / 000077_crash!minyos.xx….OZ.AU!s924723_Sun, 13 Jun 93 19:46:49 PST.msg < prev    next >
Text File  |  1993-08-31  |  4KB  |  68 lines

  1. Received: by bkhouse.cts.com (V1.16/Amiga)
  2.     id AA00000; Sun, 13 Jun 93 19:46:49 PST
  3. Received: from peladon.rmit.OZ.AU by crash.cts.com with smtp
  4.     (Smail3.1.28.1 #15) id m0o52lI-0000OtC; Sun, 13 Jun 93 17:51 PDT
  5. Received: from minyos.xx.rmit.OZ.AU by peladon.rmit.OZ.AU with SMTP id AA16940
  6.   (5.65c/IDA-1.4.4 for <amigae@bkhouse.cts.com>); Mon, 14 Jun 1993 10:50:55 +1000
  7. Received: by minyos.xx.rmit.oz.au
  8. Message-Id: <9306140050.10592@minyos.xx.rmit.oz.au>
  9. Date: Mon, 14 Jun 1993 10:50:57 +1000 (EST)
  10. In-Reply-To: <9306130622.14956@minyos.xx.rmit.oz.au> from "Barry D. Wills" at Jun 13, 93 00:28:00 am
  11. X-Mailer: ELM [version 2.4 PL22]
  12. Mime-Version: 1.0
  13. Content-Type: text/plain; charset=US-ASCII
  14. Content-Transfer-Encoding: 7bit
  15. Content-Length: 2801
  16. From: s924723@minyos.xx.rmit.OZ.AU (Son Huu Le)
  17. To: BWILLS@kirk.safb.af.mil (Barry D. Wills)
  18. Cc: amigae@bkhouse.cts.com
  19. Subject: Re: arp conversion
  20.  
  21. > Got your conversion ok.  Thanks!  No need to apologize.  I didn't know what to
  22. > do with all those STRUCTURE statements and Amiga types APTR, UWORD, etc.  A68k
  23. > wouldn't take some, PhxAss wouldn't take the others.  I'll give it a shot and
  24. > see what happens.  If the PatternMatch() function works, I'll say it was worth
  25. > it.  Just for grins, what did you do to the .i file to get it to compile?  Did
  26. > Devpac accept it without much complaint or did it involve some rearranging?
  27.  
  28. Don't know, used A68k (; - Thought it would be best to use what Wouter uses.
  29. And yes, lotsa modifications, that's why I'm unsure about those structures
  30. (they were the modified ones). Basicly, iconvert doesn't understand LIBSKP,
  31. so they were removed (no harm done and I think iconvert skips over LIBENT too)
  32. and I had to hack the UNION structure to be on it's on (iconvert can't process
  33. them either) and that's it.
  34.  
  35. > While I'm replying I'll include some stuff about epp014.  I tried it out and 
  36. > didn't notice much diff. Before you panic let me say that was on my '030.  But
  37. > when I booted with the 68000 I saw a tremendous difference. I measured about a
  38. > 25% increase in speed.  Good job!  One thing that did the opposite of what I
  39. > expected is that I thought if I added open*Count and tested for 0 it would be
  40. > faster than saying IF (oStrCnt = 0) AND (oCharCnt = 0)...  Not so.Evidently
  41. > Wouter uses something special in there.
  42.  
  43. (; On a '030 I don't think you'd notice anything much (;
  44. As for the adding check, I was uncertain, but it sure look good. I think I
  45. could push it to maybe half speed, but then your code would have been hack
  46. to beyond recognition/understanding (;
  47.  
  48. > Did you distribute epp014 yet? I'm thinking about stripping comments to speed
  49. > it up.If 0.14 is out then I'll start working on 0.15b (which I *may* just make
  50. > 1.0 (no longer beta).  If you haven't distributed it, I'm thinking maybe I 
  51. > should release it now .vs. in a few days to a week. Most programmers out there
  52. > don't extensively comment their code anyway |-) HOWEVER, the comments that epp
  53. > inserts in the final output eats a little time.  What say you?
  54.  
  55. Firstly, no I didn't release it, thought I'd mail you my changes and perhaps
  56. wait for you to "officially" release it. Stripping comments would spped it up,
  57. by how much I don't know.. but I think's best to leave them in. It's best if
  58. you knew what came from where... maybe two version.. nice coding and speed
  59. demon?
  60.  
  61. Btw: if I've not already mentioned, I've got all your link examples, but still
  62. haven't had time to look at them closely. I think I must query is when you
  63. ListAdd to a dynamically allocated List(5), wouldn't Adding add another List
  64. so List=6.. can't you start with 1 List and Add?
  65.  
  66. Bye!
  67. Son Le (called me anything you like, or God if you prefer :)